home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000102_news@columbia.edu _Mon Mar 6 21:12:50 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA10508
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 6 Mar 2000 21:12:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id VAA10848
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 6 Mar 2000 21:09:58 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Peter Easthope <peter_easthope@gulfnet.pinc.com>
  10. Subject: flow control for external modem
  11. Date: Tue, 07 Mar 2000 02:03:57 GMT
  12. Organization: GulfNet-Galiano
  13. Message-ID: <8a1o2b$ob9$1@nnrp1.deja.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In <89ofke$16g$1@newsmaster.cc.columbia.edu>
  17. posted at 2000 Mar 3 13:44:46 GMT  Jeffrey
  18. Altman said,
  19. ja> MS-DOS Kermit ...  cannot automatically set
  20. the modem to use RTS/CTS flow control.  You need
  21. to do that as part of your dialing script.
  22.  
  23. The modem is an external, Practical Peripherals
  24. MC144MT II.  The script invoked is PPI.SCR
  25. containing these lines among others.
  26.  
  27. echo Enabling hardware flow control...
  28. output AT &K3\13        ; Enable RTS/CTS hardware flow control
  29. chkok {Can't enable RTS/CTS}    ; On modem
  30. wait 5 cts
  31. if fail errfail {Modem is not asserting CTS!}
  32. set flow rts/cts        ; And in Kermit too, but only now
  33.  
  34. Can someone please explain the importance of
  35. having "output AT &K3\13" before "set flow rts/cts".
  36. The modem has not begun to transmit data
  37. when this script is executed;  I do not see the
  38. harm in putting "set flow rts/cts" first.
  39.  
  40. I replaced the serial card and the serial
  41. cable and replaced the PPI modem with a USR.
  42. The BEL characters appear at about the same rate
  43. as previously.
  44.  
  45. In <v++aZh$Y0r1p@cc.usu.edu> posted at
  46. 2000 mar 02 Joe Doupnik said,
  47. If you are using a serial comms line
  48. then if your machine is unable to service interrupts for each character
  49. then one character overwrites the older one, and in such cases I replace
  50. the even with a binary 7 code as a warning that trash exists. Use flow
  51. control for serial comms lines to help this problem.
  52.  
  53. How does MS-DOS Kermit know that the machine is
  54. unable to service interrupts?
  55.  
  56. According to *.SCR mentioned above, RTS/CTS flow
  57. control is invoked.
  58.  
  59. The serial cards available here do not have the
  60. 16550A UART mentioned in KERMIT.BWR.  Would the
  61. better UART solve the problem?
  62.  
  63. Thanks,     peter_easthope@gulfnet.pinc.com
  64.  
  65.  
  66. Sent via Deja.com http://www.deja.com/
  67. Before you buy.